Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <!-- Edit this file to change the layout of each record in the table view -->
2 <!-- To disable clicking of a field,
remove the and formatters around it-->
3
4 <!-- If you wish to hide the table view header that contains the column titles, -->
5 <!--
add the following to the patients_init() hook (in hooks/patients.php file) -->
6 <!-- $options->ShowTableHeader =
0; -->
7
8         <td id=
"patients-last_name-<%%VALUE(id)%%>" class="patients-last_name"><%%VALUE(last_name)%%></td>
9         <td id=
"patients-first_name-<%%VALUE(id)%%>" class="patients-first_name"><%%VALUE(first_name)%%></td>
10         <td id=
"patients-gender-<%%VALUE(id)%%>" class="patients-gender"><%%VALUE(gender)%%></td>
11         <td id=
"patients-sexual_orientation-<%%VALUE(id)%%>" class="patients-sexual_orientation"><%%VALUE(sexual_orientation)%%></td>
12         <td id=
"patients-age-<%%VALUE(id)%%>" class="patients-age"><%%VALUE(age)%%></td>
13         <td id=
"patients-image-<%%VALUE(id)%%>" class="patients-image"><a href="<%%TRANSLATION(ImageFolder)%%><%%VALUE(image)%%>" data-lightbox="patients-image"><img src="thumbnail.php?i=<%%VALUE(image)%%>&t=patients&f=image&v=tv" class="img-thumbnail"></a></td>
14         <td id=
"patients-state-<%%VALUE(id)%%>" class="patients-state"><%%VALUE(state)%%></td>
15         <td id=
"patients-mobile-<%%VALUE(id)%%>" class="patients-mobile"><%%VALUE(mobile)%%></td>
16         <td id=
"patients-tobacco_usage-<%%VALUE(id)%%>" class="patients-tobacco_usage"><%%VALUE(tobacco_usage)%%></td>
17         <td id=
"patients-alcohol_intake-<%%VALUE(id)%%>" class="patients-alcohol_intake"><%%VALUE(alcohol_intake)%%></td>
18         <td id=
"patients-history-<%%VALUE(id)%%>" class="patients-history"><%%VALUE(history)%%></td>
19         <td id=
"patients-surgical_history-<%%VALUE(id)%%>" class="patients-surgical_history"><%%VALUE(surgical_history)%%></td>
20         <td id=
"patients-obstetric_history-<%%VALUE(id)%%>" class="patients-obstetric_history"><%%VALUE(obstetric_history)%%></td>
21         <td id=
"patients-genetic_diseases-<%%VALUE(id)%%>" class="patients-genetic_diseases"><%%VALUE(genetic_diseases)%%></td>


Gõ tìm kiếm nhanh...